﻿@charset "utf-8";

[v-cloak] {
    display: none;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

#home {
    font-family: Source Han sans-serif;
}

#home .hideBox {
    display: none !important;
}

#home .navFloor {
    position: fixed;
    background: #FFFFFF;
    width: 100px;
    left: 60px;
    bottom: 72px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 10px 0;
    z-index: 980;
}

#home .navFloor .item {
    display: block;
    width: 100px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}

#home .navFloor .active {
    width: 120px;
    height: 40px;
    color: #FFFFFF !important;
    background: linear-gradient(90deg, #34BAE1 0%, #0099AD 100%) !important;
    border-radius: 4px 20px 20px 4px;
}

#home .navFloor .active::after {
    display: inline-block;
    content: "";
    width: 7.5px;
    height: 10px;
    background: url(../../img/triangle2.png) no-repeat;
    background-size: 100%;
    margin-left: 22px;
}

#home .navFloor .item:hover {
    background: #F2F9FF;
    color: #0099AD;
}

#home {
    /* margin-top: 244px; */
    background: #FFFFFF;
    font-family: Source Han sans-serif;
}


#home .gbimg {
    width: 100%;
    background: url(../../img/stepBac.webp);
    background-position: center center;
}

#home .bgcF {
    width: 100%;
    background-color: #FFFFFF;
}

#home .bgcF7 {
    width: 100%;
    background-color: #F7F7F7;
}

#home .bgcFB {
    width: 100%;
    background-color: #FBFBFB;
}

#home .borderG {
    border-bottom: 1px solid #EEEEEE;
}

#home .centerBox {
    width: 1200px;
    margin: 0 auto;
}

#home .marT26 {
    margin-top: 26px !important;
}

#home .marT30 {
    margin-top: 30px !important;
}

#home .marT36 {
    margin-top: 36px !important;
}

#home .marT38 {
    margin-top: 38px !important;
}

#home .marT44 {
    margin-top: 44px !important;
}

#home .marT48 {
    margin-top: 48px !important;
}

#home .marT60 {
    margin-top: 60px !important;
}

#home .marT90 {
    margin-top: 90px !important;
}

#home .padT30 {
    padding-top: 30px !important;
}

#home .padT38 {
    padding-top: 38px !important;
}

#home .padT48 {
    padding-top: 48px !important;
}

#home .padT60 {
    padding-top: 60px !important;
}

#home .padT80 {
    padding-top: 80px !important;
}

#home .padB20 {
    padding-bottom: 20px !important;
}

#home .padB60 {
    padding-bottom: 60px !important;
}

#home .padB68 {
    padding-bottom: 68px !important;
}

#home .padB70 {
    padding-bottom: 70px !important;
}

#home .padB108 {
    padding-bottom: 108px !important;
}

#home .padL110 {
    padding-left: 110px !important;
}

#home .padL146 {
    padding-left: 146px !important;
}

#home .title {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    color: #333333;
    font-family: Source Han Sans;
    font-weight: 600;
    position: relative;
    display: flex;
    justify-content: center;
}

#home .title>img {
    display: block;
    width: 130px;
    height: 26px;
    cursor: pointer;
    margin-left: 10px;
    margin-top: -13px;
}





#home .colourImg::before {
    display: inline-block;
    content: "";
    width: 30px;
    height: 18px;
    background: url(../../img/colourR.png?1.1) no-repeat;
    background-size: 100%;
    margin-right: 20px;
}

#home .colourImg::after {
    display: inline-block;
    content: "";
    width: 30px;
    height: 18px;
    background: url(../../img/colourR.png?1.1) no-repeat;
    background-size: 100%;
    margin-left: 20px;
}

#home .title1 {
    font-size: 28px;
    font-family: Source Han sans-serif;
    line-height: 40px;
    color: #FFFFFF;
}

#home .subTitle {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #0099AD;
}

#home .subTitle1 {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    opacity: 0.8;
}

#home .subTitle2 {
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    opacity: 0.8;
}

#home .projectShow .projectArr {
    margin-top: 22px;
    display: flex;
    flex-wrap: nowrap;
}

#home .projectShow .projectArr .name {
    width: 224px;
    height: 48px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    line-height: 48px;
    color: #333333;
    position: relative;
}

#home .projectShow .projectArr .name:hover {
    /* background: #F2F9FF; */
    color: #0099AD;
}

#home .projectShow .projectArr .active {
    background: #F2F9FF;
    color: #0099AD;
}

#home .projectShow .projectArr .active::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../../img/home10.png?1.1) no-repeat;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 14px;
}

#home .projectShow .projectArr .name:nth-of-type(n+2) {
    margin-left: 20px;
}

#home .projectShow .cradBox {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 52px;
}

#home .projectShow .cradBox .card {
    padding: 10px 10px 13px 10px;
    width: 224px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

#home .projectShow .cradBox .card:hover {

    border: 1px solid #0099AD;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
}

#home .projectShow .cradBox .hot>img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
}

#home .projectShow .cradBox .limit>img {
    width: 100px;
    height: 45px;
    position: absolute;
    top: 0px;
    right: 0px;
}

/* #home .projectShow .cradBox .hot::after {
 display: block;
 content: "";
 width: 40px;
 height: 40px;
 background: url(../img/bg-pc1.jpg) no-repeat;
 background-size: 100%;
 position: absolute;
 top: 0px;
 right: 0px;

} */

#home .projectShow .cradBox .card:nth-of-type(n+2) {
    margin-left: 20px;
}

#home .projectShow .cradBox .card:nth-of-type(5n+6) {
    margin-left: 0px;
}

#home .projectShow .cradBox .card:nth-of-type(n+6) {
    margin-top: 20px;
}

#home .projectShow .cradBox .card>img {
    width: 204px;
    height: 150px;
    border: 1px dashed #EEEEEE;
}

#home .projectShow .cradBox .card p {
    margin-top: 10px;
    text-align: center;

}

#home .projectShow .cradBox .card p>span {
    color: #0099AD;

}

#home .projectShow .cradBox .card p:nth-of-type(1) {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

#home .projectShow .cradBox .card p:nth-of-type(2) {
    font-size: 12px;
    line-height: 17px;
    color: #AAAAAA;
}

#home .projectShow .cradBox .card:hover p:nth-of-type(2) {
    display: none;
}

#home .projectShow .cradBox .card:hover p:nth-of-type(3) {
    display: none;
}

#home .projectShow .cradBox .card p:nth-of-type(3) {
    margin-top: 5px;
    font-size: 12px;
    line-height: 17px;
    color: #AAAAAA;
}

#home .projectShow .cradBox .card .nowBtn {
    width: 100px;
    height: 36px;
    background: #0099AD;
    border-radius: 4px;
    font-size: 14px;
    line-height: 36px;
    color: #FFFFFF;
    text-align: center;
    display: none;
    margin: 10px auto 0 auto;
}

#home .projectShow .cradBox .card:hover .nowBtn {

    display: block;
}


#home .serverProject .serverBox {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    position: relative;

}

#home .serverProject .serverBox .leftOption {
    width: 290px;
    height: 564px;
    background: #FFFFFF;
    border-radius: 4px;
}

#home .serverProject .serverBox .leftOption .option {
    width: 290px;
    height: 74px;
    background: #FFFFFF;
    padding: 14px 16px;
    transition: height .3s linear;
    position: relative;
    border-radius: 4px;
}

#home .serverProject .serverBox .leftOption .active {
    height: 114px;
    background-size: 290px 114px;
    background: #001743;
}

#home .serverProject .serverBox .leftOption .active .bgi {
    opacity: 1 !important;
    transition: opacity .3s linear .3s;
}

#home .serverProject .serverBox .leftOption .option .bgi {
    position: absolute;
    width: 290px;
    height: 100%;
    z-index: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}

#home .serverProject .serverBox .leftOption .option .bgi>img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

#home .serverProject .serverBox .leftOption .option p:nth-of-type(1) {
    height: 22px;
    font-size: 16px;
    font-family: Source Han Sans;
    font-weight: 600;
    line-height: 22px;
    color: #333333;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

#home .serverProject .serverBox .leftOption .option p:nth-of-type(2) {
    margin-top: 6px;
    height: 18px;
    font-size: 13px;
    line-height: 18px;
    color: #999999;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

#home .serverProject .serverBox .leftOption .option p:nth-of-type(2)>a {
    font-size: 13px;
    line-height: 18px;
    color: #999999;
}

#home .serverProject .serverBox .leftOption .option p:nth-of-type(2)>span {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #999999;
    margin: 0 10px;
}

#home .serverProject .serverBox .leftOption .option:hover p:nth-of-type(2)>span {
    background: #ffffff;
    opacity: 0.8;
}

#home .serverProject .serverBox .leftOption .option p:nth-of-type(2)>a:hover {
    color: #ffffff;
}



#home .serverProject .serverBox .leftOption .active p:nth-of-type(1) {
    color: #ffffff;
}

#home .serverProject .serverBox .rightBox {
    width: 898px;
    height: 564px;
}

#home .serverProject .serverBox .rightBox .topOption {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    background: #FFFFFF;
}

#home .serverProject .serverBox .rightBox .topOption>div:nth-of-type(1) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#home .serverProject .serverBox .rightBox .topOption>div:nth-of-type(1) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


#home .serverProject .serverBox .rightBox .topOption>div:nth-of-type(1)>.a {
    display: block;
    padding: 4px 12px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
}


/* #home .serverProject .serverBox .rightBox .topOption>div:nth-of-type(1)>.a:hover {
 background: #F7F7F7;
 font-family: Source Han sans-serif;    font-weight: 500;
 color: #333333;
} */

#home .serverProject .serverBox .rightBox .topOption>div:nth-of-type(1)>.active {
    background: #F7F7F7;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #333333;
}

#home .serverProject .serverBox .rightBox .topOption>.more {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    display: flex;
    align-items: center;
}

#home .serverProject .serverBox .rightBox .topOption>.more:hover {
    color: #0099AD;
}

#home .serverProject .serverBox .rightBox .topOption>.more::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../../img/home9.png) no-repeat;
    background-size: 100%;
    margin-left: 4px;
    margin-right: 10px;
}

#home .serverProject .serverBox .rightBox .topOption>.more:hover::after {
    background: url(../../img/home14.png) no-repeat;
    background-size: 100%;
}


#home .serverProject .serverBox .rightBox .cardWrap {
    display: flex;
    flex-wrap: wrap;
}

.am_show {
    display: flex !important;
}

#home .serverProject .serverBox .rightBox .cardWrap .card {
    width: 443px;
    height: 160px;
    background: #FFFFFF;
    border-radius: 4px;
    position: relative;
    margin-top: 12px;
    padding: 16px;
    border-radius: 4px;
}

#home .serverProject .serverBox .rightBox .cardWrap .card .hot>img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
}

#home .serverProject .serverBox .rightBox .cardWrap .card:hover {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);

}

#home .serverProject .serverBox .rightBox .cardWrap .card:nth-of-type(2n) {
    margin-left: 12px;
}

#home .serverProject .serverBox .rightBox .cardWrap .card .spb {
    display: flex;
    justify-content: space-between;

}

#home .serverProject .serverBox .rightBox .cardWrap .card .img>img {
    width: 119px;
    height: 88px;
    border-radius: 4px;
}

#home .serverProject .serverBox .rightBox .cardWrap .card .text {
    width: 279px;
}

#home .serverProject .serverBox .rightBox .cardWrap .card .text p:nth-of-type(1) {
    margin-top: 2px;
    font-size: 14px;
    line-height: 20px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #333333;
}

#home .serverProject .serverBox .rightBox .cardWrap .card .text p:nth-of-type(2) {
    margin-top: 6px;
    font-size: 12px;
    line-height: 17px;
    color: #666666;
}

#home .serverProject .serverBox .rightBox .cardWrap .card .text p>span {
    color: #0099AD;
}

#home .serverProject .serverBox .rightBox .cardWrap .card .text p:nth-of-type(3) {
    margin-top: 8px;
    width: 279px;
    font-size: 12px;
    line-height: 17px;
    color: #333333;
    opacity: 0.8;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    word-break: break-all;
}

#home .serverProject .serverBox .rightBox .cardWrap .card .mar {
    margin-top: 15px;
}

#home .serverProject .serverBox .rightBox .cardWrap .card .lable {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#home .serverProject .serverBox .rightBox .cardWrap .card .lable>p {
    background: #F7F7F7;
    border-radius: 24px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 17px;
    color: #333333;
    /* margin-left: 10px; */
    margin: 2px 10px 2px 0px;
}

#home .serverProject .serverBox .rightBox .cardWrap .card .look>p {
    background: #0099AD;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 17px;
    color: #ffffff;
    display: none;
}

#home .serverProject .serverBox .rightBox .cardWrap .card:hover .look>p {

    display: block;
}

#home .serverProject .serverBox .bigImg>img {
    width: 898px;
    height: 432px;
    border-radius: 8px;
}

#home .serverProject .serverBox .bigImg {
    display: block;
}

#home .serverProject .serverBox .nameBtn {
    position: absolute;
    left: 60px;
    bottom: 60px;
    display: flex;
    justify-content: flex-start;
}

#home .serverProject .serverBox .nameBtn>a {
    margin-right: 16px;
    display: block;
    background: #0099AD;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    font-family: Source Han Sans;
    font-weight: 600;
    font-weight: bold;
    line-height: 20px;
    color: #FFFFFF;
    cursor: pointer;
}

#home .serverProject .serverBox .itemBox .item {
    width: 290px;
    height: 88px;
    background-color: #FBFBFB;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;

}

#home .serverProject .serverBox .itemBox .item:hover {
    background: #EEEEEE;
}

#home .serverProject .serverBox .itemBox .active {
    background: #EEEEEE;
}



#home .serverProject .serverBox .itemBox .item>img {
    width: 88px;
    height: 68px;
    border-radius: 8px;
}

#home .serverProject .serverBox .itemBox .item>div {
    margin-left: 10px;
}

#home .serverProject .serverBox .itemBox .item>div>p:nth-of-type(1) {
    margin-top: 8px;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-family: Source Han Sans;
    font-weight: 600;
}

#home .serverProject .serverBox .itemBox .item>div>p:nth-of-type(2) {
    margin-top: 8px;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    opacity: 0.6;
}

#home .serverProject .serverBox .itemBox>.page {
    margin-top: 12px;
    width: 290px;
    height: 32px;
    border-radius: 8px;
    padding: 7px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#home .serverProject .serverBox .itemBox .heightBox {
    height: 432px;
    overflow-y: auto;
}

#home .serverProject .serverBox .itemBox .heightBox::-webkit-scrollbar {
    width: 2px;
}

#home .serverProject .serverBox .itemBox .heightBox::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eeeeee;
}

#home .serverProject .serverBox .itemBox .heightBox::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #CCCCCC;
}

#home .serverProject .serverBox .itemBox>.page div:nth-of-type(1) {
    padding: 3px 0;

}

#home .serverProject .serverBox .itemBox>.page div:nth-of-type(1) p {
    display: inline-block;
    width: 16px;
    height: 12px;
    background: #333333;
    opacity: 0.2;
    border-radius: 4px;
    margin-right: 10px;
}

#home .serverProject .serverBox .itemBox>.page div:nth-of-type(1) .active {
    background: #0099AD;
    opacity: 1;
}

#home .serverProject .serverBox .itemBox>.page div:nth-of-type(2) {
    font-size: 13px;
    line-height: 18px;
    color: #333333;
}

#home .serverProject .serverBox .itemBox>.page div:nth-of-type(2) span {
    font-size: 12px;

}

#home .scene .cardBox {}



#home .scene .cardBox {
    padding-top: 32px;
    width: 1201px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
}

#home .scene .cardBox .card {
    width: 300px;
    height: 302px;
    background: #FFFFFF;
    position: relative;
}

#home .scene .cardBox .card::after {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background: url(../../img/arrow2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 100;
    top: 82px;
    right: -8px;

}

#home .scene .cardBox .card:nth-last-of-type(1)::after {
    display: block;
    content: '';
    width: 0;
    height: 0;

    background-size: 100% 100%;


}

#home .scene .cardBox .card:hover>.top img {
    opacity: 1 !important;

}

#home .scene .cardBox .card:hover>.bottom {
    background: #F7F7F7 !important;
    position: relative;
}

#home .scene .cardBox .card:hover>.bottom::after {
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    background: url(../../img/subscript1.png?1.1) no-repeat;
    background-size: 100% 100%;
    float: right;
    position: absolute;
    bottom: 0px;
    right: 0px;

}

#home .scene .cardBox .card .top>div {
    width: 68px;
    padding-top: 40px;
    margin: 0 auto;

}

#home .scene .cardBox .card .top>div img {
    width: 68px;
    height: 81px;
    opacity: 0.25;
}





#home .scene .cardBox .card .bottom {
    margin-top: 28px;
    background: #FFFFFF;
    height: 133px;

}



#home .scene .cardBox .card .bottom>p {
    padding-top: 20px;
    text-align: center;
    font-size: 18px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

#home .scene .cardBox .card .bottom>.pic1::before {
    display: inline-block;
    content: "";
    width: 24px;
    height: 22px;
    background: url(../../img/home-server1.png?1.1) no-repeat;
    background-size: 100%;
    margin-right: 6px;
}

#home .scene .cardBox .card .bottom>.pic2::before {
    display: inline-block;
    content: "";
    width: 24px;
    height: 22px;
    background: url(../../img/home-server2.png?1.1) no-repeat;
    background-size: 100%;
    margin-right: 6px;
}

#home .scene .cardBox .card .bottom>.pic3::before {
    display: inline-block;
    content: "";
    width: 24px;
    height: 22px;
    background: url(../../img/home-server3.png?1.1) no-repeat;
    background-size: 100%;
    margin-right: 6px;
}

#home .scene .cardBox .card .bottom>.pic4::before {
    display: inline-block;
    content: "";
    width: 24px;
    height: 22px;
    background: url(../../img/home-server4.png?1.1) no-repeat;
    background-size: 100%;
    margin-right: 6px;
}

#home .scene .cardBox .card .bottom>div {

    padding-top: 20px;
    margin: 0 15px;
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #333333;
}

#home .scene .cardBox .card .bottom>div>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
}

#home .scene .cardBox .card .bottom>div>p>a {
    color: #0099AD;
}

#home .chineseMap {
    width: 100%;
    height: 900px;
    background: #22262E;
    background-image: url(../../img/operate1.png);
    background-size: 100% 900px;
    background-repeat: no-repeat;
    background-position: center center;
}


#home .chineseMap .mapList {
    margin-top: 34px;
    display: flex;
    justify-content: flex-start;
    position: relative;
    /* width: 730px; */
}

#home .chineseMap .mapList>.item {
    width: 60px;
    text-align: center;
    cursor: pointer;
    margin-right: 30px;
}

#home .chineseMap .mapList>.item>p {
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    margin-top: 10px;
    opacity: 0.8;
}

#home .chineseMap .mapList .select p {
    position: relative;
    color: #ffffff;
    /* font-weight: 600; */
    opacity: 1;
}


#home .chineseMap .mapList .item::before {
    display: block;
    content: '';
    width: 56px;
    height: 56px;
    margin: 0 auto;
    /* box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05); */
}

#home .chineseMap .mapList .item.select {
    position: relative;
}

#home .chineseMap .mapList .item.select::after {
    display: block;
    content: "";
    width: 60px;
    height: 60px;
    background: url("../../img/mapHover1.png") no-repeat;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    position: absolute;
}

#home .chineseMap .mapList .item:nth-child(1)::before {
    background: url("../../img/cdMap1.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(1).select::before {
    background: url("../../img/cdMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(1):hover::before {
    background: url("../../img/cdMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(2)::before {
    background: url("../../img/bjMap1.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(2).select::before {
    background: url("../../img/bjMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(2):hover::before {
    background: url("../../img/bjMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(3)::before {
    background: url("../../img/shMap1.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(3).select::before {
    background: url("../../img/shMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(3):hover::before {
    background: url("../../img/shMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(4)::before {
    background: url("../../img/xnMap1.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(4).select::before {
    background: url("../../img/xnMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(4):hover::before {
    background: url("../../img/xnMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(5)::before {
    background: url("../../img/whMap1.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(5).select::before {
    background: url("../../img/whMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(5):hover::before {
    background: url("../../img/whMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(6)::before {
    background: url("../../img/csMap1.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(6).select::before {
    background: url("../../img/csMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(6):hover::before {
    background: url("../../img/csMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(7)::before {
    background: url("../../img/njMap1.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(7).select::before {
    background: url("../../img/njMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(7):hover::before {
    background: url("../../img/njMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(8)::before {
    background: url("../../img/szMap1.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(8).select::before {
    background: url("../../img/szMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(8):hover::before {
    background: url("../../img/szMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(9)::before {
    background: url("../../img/gzMap1.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(9).select::before {
    background: url("../../img/gzMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(9):hover::before {
    background: url("../../img/gzMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(10)::before {
    background: url("../../img/nnMap1.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(10).select::before {
    background: url("../../img/nnMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(10):hover::before {
    background: url("../../img/nnMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(11)::before {
    background: url("../../img/syMap1.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(11).select::before {
    background: url("../../img/syMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(11):hover::before {
    background: url("../../img/syMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(12)::before {
    background: url("../../img/cqMap1.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(12).select::before {
    background: url("../../img/cqMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .item:nth-child(12):hover::before {
    background: url("../../img/cqMap2.png") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .mapInfo {
    width: 900px;
    height: 132px;
    background: #FFFFFF;
    border-radius: 8px;
    position: absolute;
    top: 91px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
}

#home .chineseMap .mapList .hide {
    display: none;
}

#home .chineseMap .mapList .mapInfo>div {
    display: inline-block;
}

#home .chineseMap .mapList .mapInfo>div:nth-of-type(1)>img {
    width: 100px;
    height: 100px;

}

#home .chineseMap .mapList .mapInfo>div:nth-of-type(2) {
    width: 320px;
    height: 100px;
    background: #FFFFFF;
    margin-left: 16px;

    padding: 14px;
}

#home .chineseMap .mapList .mapInfo>div:nth-of-type(3) {
    margin-left: 16px;
    width: 405px;
    height: 100px;
    background: #FFFFFF;
    padding: 14px;
}


#home .chineseMap .mapList .mapInfo>div .tagImg1::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-left: -24px;
    background: url("../../img/home12.png?1.1") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .mapInfo>div .tagImg2::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-left: -24px;
    background: url("../../img/home13.png?1.1") no-repeat;
    background-size: 100% 100%;
}

#home .chineseMap .mapList .mapInfo>div .p1 {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-family: Source Han Sans;
    font-weight: 600;
    display: flex;
    align-items: center;
}

#home .chineseMap .mapList .mapInfo>div .p2 {
    font-size: 12px;
    line-height: 17px;
    color: #CCCCCC;
}

#home .chineseMap .mapList .mapInfo>div .p3 {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-top: 15px;
}

#home .chineseMap .mapList .mapInfo>div .p3>span:nth-of-type(1) {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-top: 15px;
}

#home .chineseMap .mapList .mapInfo>div .p3>span:nth-of-type(2) {
    padding-left: 4px;
    font-size: 12px;
    line-height: 20px;
    color: #AAAAAA;
}

#home .chineseMap .mapList .mapInfo>div .p4 {
    font-size: 12px;
    line-height: 20px;
    color: #AAAAAA;

}

#home .chineseMap .wrapBox {
    padding-top: 12px;
    width: 740px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#home .chineseMap .wrapBox .card {
    margin-top: 20px;
    margin-right: 20px;
    width: 224px;
    height: 88px;
    background: #44556f;
    border-radius: 2px;
    padding: 16px;
}

#home .chineseMap .wrapBox .card p:nth-of-type(1) {
    font-size: 22px;
    line-height: 30x;
    color: #46E4DF;
}

#home .chineseMap .wrapBox .card p:nth-of-type(2) {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20x;
    color: #FFFFFF;
    opacity: 0.6;
}

#home .chineseMap .wrapBox .card2 {
    margin-right: 20px;
    width: 224px;
    height: 88px;
    background: #44556f;
    border-radius: 2px;
    padding: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#home .chineseMap .wrapBox .card2 img {
    width: 56px;
    height: 56px;
}

#home .chineseMap .wrapBox .card2 .img>img {
    width: 56px;
    height: 56px;
}

#home .chineseMap .wrapBox .card2 .text {
    margin-left: 10px;
}

#home .chineseMap .wrapBox .card2 .text>p:nth-of-type(1) {
    font-size: 22px;
    line-height: 30px;
    color: #46E4DF;
}

#home .chineseMap .wrapBox .card2 .text>p:nth-of-type(2) {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.6;
}

#home .appraise .table {
    margin-top: 36px;
    width: 1200px;
    height: 300px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 4px;
}

#home .appraise .table ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#home .appraise .table ul li:nth-of-type(1) {
    width: 220px;
}

#home .appraise .table ul li:nth-of-type(2) {
    width: 187px;
}

#home .appraise .table ul li:nth-of-type(3) {
    width: 180px;
}

#home .appraise .table ul li:nth-of-type(4) {
    width: 128px;
}

#home .appraise .table ul li:nth-of-type(5) {
    width: 485px;
}

#home .appraise .table .ulTitle li {
    height: 60px;
    padding: 18px 20px;
    font-size: 17px;
    font-family: Source Han Sans;
    font-weight: 600;
    line-height: 24px;
    color: #333333;
}

#home .appraise .table .ulInfo li {
    height: 48px;
    padding: 14px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    border-top: 1px solid #EEEEEE;
}

#home .appraise .table .ulInfo li>span {
    font-size: 14px;
    line-height: 20px;
    color: #AAAAAA;

}

#home .appraise .table .ulInfo:hover {
    background: #F2F9FF;
}

#home .appraise .table .ulInfo:hover li:nth-of-type(1) {

    color: #0099AD;
}

#home .appraise .table .star {
    display: inline-block;
    content: "";
    width: 16px;
    height: 15.2px;
    background: url(../../img/star5.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}

#home .appraise .table .star:nth-last-of-type(1) {

    margin-right: 0px;
}

#home .appraise .scrollBox {
    margin-top: 40px;
    width: 1200px;
    height: 180px;
    background: #f7f7f7;
    padding-bottom: 36px;
}

#home .appraise .scrollBox .swiper1 {
    width: 135px !important;
    height: 180px !important;
    background-color: red;

    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/* 必要布局样式css  客户群体*/
.large-content {

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 50%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    padding-bottom: 80px;
    height: 580px;
    margin-top: 44px;
}

.large-content .bd {
    padding: 10px 10px;
    width: 100%;
    height: 550px;
    background-image: url("/static/v2/img/units_bg.png");
}

.large-group {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
}

.large-header {
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}

.large-header em {
    display: block;
    margin-bottom: 14px;
    font-style: normal;
    font-size: 30px;
}

.large-switch-circle ul {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.large-switch-circle ul li {
    cursor: pointer;
    margin: 0 20px;
    position: relative;
    display: inline-block;
    width: 64px;
    height: 18px;
    font-size: 16px;
    font-family: Source Han sans-serif;
    font-family: Source Han Sans;
    font-weight: 600;
    line-height: 22px;
    color: #333333;
    opacity: 1;
}

.large-switch-circle ul li .tag {
    display: flex;
    align-items: center;
}

.large-switch-circle ul li .tag::before {
    display: flex;
    align-items: center;
}

.large-switch-circle ul li:hover {
    color: #0099AD;
    opacity: 1;
}

.large-switch-circle ul .on {
    opacity: 1;
}

.large-switch-circle ul .on:after {
    content: '';

    display: inline-block;
    background: #0099AD;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 32px);
    animation: bigdata-underline-grow both .3s;
    width: 64px;
    height: 4px;
    background: #0099AD;
    opacity: 1;
    border-radius: 2px;
}

.large-switch-middle {
    width: 1200px;
    margin-top: 10px;
    position: absolute;
    z-index: 1;
}

.large-switch-middle ul {
    display: flex;
    flex-wrap: wrap;
}

.large-switch-middle ul li {
    margin-bottom: 20px;
    margin-right: 8px;
    vertical-align: baseline;
    width: 232px;
    height: 192px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    overflow: hidden;
    float: left;

}

.large-paging-block {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 22px;
    margin: 0 auto;
    position: absolute;
    top: 460px;
    left: 37%;
    background: none;
    border-radius: 4px;
    padding: 5px 0;

}



.large-paging-block-item {
    margin-right: 10px;
    width: 16px;
    height: 12px;
    background: #FFFFFF;
    opacity: 0.2;
    border-radius: 4px;
}

.large-paging-block .active {
    width: 40px;
    height: 12px;
    opacity: 1;
    background: #FFFFFF;
}

.large-switch-item {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.large-item-img {

    display: block;
    text-align: center;
    height: 80px;
    margin: 0 auto;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.large-item-img img {
    /* margin-left: 20px; */

    width: 192px;
    height: 60px;
}

.large-item-title {

    height: 20px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 25px;
    color: #1A1311;
    opacity: 1;


    font-family: Source Han sans-serif;
    position: relative;
    text-align: center;
}

/* .large-item-title:after {
 content: '';
 display: block;
 position: absolute;
 width: 20px;
 height: 1px;
 background: #fff;
 bottom: -10px;
 left: calc(50% - 10px);
} */

.large-item-text {

    height: 0;
    font-size: 12px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 14px;
    color: #0099AD;
    opacity: 1;
    margin: 20px 0;
    padding: 0 20px;
    text-align: center;
    overflow: hidden;

}

.large-item-link {
    margin-left: 20px;
    float: left;
    display: block;
    color: #999999;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
    border: 1px solid #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    width: 50px;
    height: 26px;
    background: #F7F7F7;
    opacity: 1;
    border-radius: 14px;
}

.large-switch-middle .large-item-link:hover {
    color: #fff;
    border-color: #0099AD;
    background: #0099AD
}

.large-switch-middle .large-switch-item:hover {
    background-image: -webkit-linear-gradient(top, #406594 0%, rgba(87, 17, 118, 0.4) 100%);
    background-image: -moz-linear-gradient(top, #406594 0%, rgba(87, 17, 118, 0.4) 100%);
    background-image: -moz-linear-gradient(to bottom, #406594 0%, rgba(87, 17, 118, 0.4) 100%);
    background-image: -o-linear-gradient(to bottom, #406594 0%, rgba(87, 17, 118, 0.4) 100%);
    background-image: linear-gradient(to bottom, #406594 0%, rgba(87, 17, 118, 0.4) 100%);
    background-repeat: repeat
}

.large-switch-middle ul li:hover .large-item-img {
    height: 45px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 15px;
}

.large-switch-middle .large-switch-item:hover .large-item-img img {
    width: 96px;
    height: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.large-switch-middle .large-switch-item:hover .large-item-text {
    height: initial;
}

.large-switch-middle .large-switch-item:hover .large-item-link {
    opacity: 1;
}

.bd .clearfix {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.large-switch-item .large-item-img {
    margin-top: 50px;
}

.large-switch-dx {
    position: relative;
    text-align: center;
    line-height: 212px;
}

.large-switch-middle .large-switch-item-clear:hover {}

.large-switch {
    width: 100%;
}


/* 滚动图片 */

.Box {
    position: relative;
}

.Box .content {
    width: 1200px;
    margin: 0 auto;
}

.Box h2 {
    text-align: center;
    margin-bottom: 35px;
    padding-top: 250px;
}

.Box .Box_con {
    position: relative;
}

.Box .Box_con .btnl {
    position: absolute;
}

.Box .Box_con .btn {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 80px;
    cursor: pointer;
}

.Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
}

.Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
}

.Box .Box_con .conbox ul li {
    float: left;
    width: 135px;
    height: 180px;
    margin-left: 40px;
    overflow: hidden;
}

.Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
}

.Box .Box_con .conbox ul li img {
    display: block;
    width: 135px;
    height: 180px;
    transition: all 0.5s;
}

.Box .Box_con .conbox ul li:hover img {
    transform: scale(1.1);
}

.Box .BoxSwitch {
    margin-top: 30px;
    text-align: center;
}

.Box .BoxSwitch span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
}

.Box .BoxSwitch span .cur {
    background: red;
}

#home .dynamic .cardBox {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;

}

#home .dynamic .cardBox .card {
    border-radius: 4px;
    height: 300px;
}

#home .dynamic .cardBox .title {
    padding: 18px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 25px;
    color: #FBFBFB;
}

#home .dynamic .cardBox .title::after {
    display: inline-block;
    content: "";
    width: 30px;
    height: 18px;
    background: url("../../img/whiteImg.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 50px;
    z-index: 0;
    opacity: 0.6;
}

#home .dynamic .cardBox .title::before {
    display: inline-block;
    content: "";
    width: 30px;
    height: 18px;
    background: url("../../img/whiteImg.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 50px;
    z-index: 0;
    opacity: 0.6;
}

#home .dynamic .cardBox .card:nth-of-type(1) .bgi {
    width: 291px;
    height: 60px;
    background: url(../../img/dynamic1.png) no-repeat;
    background-size: 100%;
}

#home .dynamic .cardBox .card:nth-of-type(2) .bgi {
    width: 291px;
    height: 60px;
    background: url(../../img/dynamic2.png) no-repeat;
    background-size: 100%;
}

#home .dynamic .cardBox .card:nth-of-type(3) .bgi {
    width: 291px;
    height: 60px;
    background: url(../../img/dynamic3.png) no-repeat;
    background-size: 100%;
}

#home .dynamic .cardBox .card:nth-of-type(4) .bgi {
    width: 291px;
    height: 60px;
    background: url(../../img/dynamic4.png) no-repeat;
    background-size: 100%;
}

#home .dynamic .cardBox .card .list {
    width: 291px;
    height: 48px;
    background: #FFFFFF;
    padding: 14px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 
#home .dynamic .cardBox .card .list:hover {
    background: #F2F9FF;
}

#home .dynamic .cardBox .card .list:hover .p1 {
    display: none;
}

#home .dynamic .cardBox .card .list:hover a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 4px;
}

#home .dynamic .cardBox .card .list:hover a::after {
    display: inline-block;
    content: "›";
    width: 6px;
    height: 6px;
    position: absolute;
    top: -1px;
    left: 5px;
} */

#home .dynamic .cardBox .card .hover {
    background: #F2F9FF;
}

#home .dynamic .cardBox .card .hover .p1 {
    display: none;
}

#home .dynamic .cardBox .card .hover a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 4px;

}

#home .dynamic .cardBox .card .hover a::after {
    display: inline-block;
    content: "›";
    width: 6px;
    height: 6px;
    position: absolute;
    top: -1px;
    left: 5px;
}

#home .dynamic .cardBox .card .list p {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    display: block;
}

#home .dynamic .cardBox .card .list p:nth-of-type(1) {
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#home .dynamic .cardBox .card .list a {
    width: 81px;
    height: 28px;
    background: #0099AD;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    color: #FFFFFF;
    display: none;
    cursor: pointer;
}


#home .dynamic .cardBox .card .list p:nth-of-type(1)>span {
    color: #AAAAAA;
    margin-left: 4px;
}


#home .paperCase {
    width: 1200px;
    margin: 32px auto 0 auto;
    position: relative;
    border-radius: 8px;
    border: 1px solid #EEEEEE;
    /*定义整体的宽度*/
    /*定义滚动条轨道*/
    /*定义滑块*/
}

#home .paperCase .title {
    margin: 0 !important;
}

#home .paperCase .title li>div {
    font-size: 17px;
    font-family: Source Han sans-serif;
    font-family: Source Han Sans;
    font-weight: 600;
    line-height: 24px;
    color: #333333;
}

#home .paperCase .title li>div:nth-child(odd) {
    background: #f7f7f7;
}

#home .paperCase .title li>div:nth-child(even) {
    background: #eeeeee;
}

#home .paperCase ul li {
    width: 1200px;
    display: flex;
}

#home .paperCase ul li>div {
    min-height: 60px;
    padding: 18px 20px;
}

#home .paperCase ul li>div:nth-child(1) {
    width: 140px;
}

#home .paperCase ul li>div:nth-child(2) {
    width: 180px;
}

#home .paperCase ul li>div:nth-child(3) {
    width: 160px;
}

#home .paperCase ul li>div:nth-child(4) {
    width: 360px;
}

#home .paperCase ul li>div:nth-child(5) {
    width: 360px;
}

#home .paperCase .content {
    width: 1200px;
    height: 520px;
    overflow: hidden;
    overflow-y: auto;
}

/*
#home .paperCase .content ul li:nth-child(odd) {
 background: #ffffff;
}
 #home .paperCase .content ul li:nth-child(even) {
 background: #f7f7f7;
} */
#home .paperCase .content ul li:hover {
    background: #f7f7f7;
}

#home .paperCase .content ul li div {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

#home .paperCase .content ul li div>p:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: auto;
}

#home .paperCase .content ul li>div:nth-child(1)>p:nth-child(1) {
    height: 25px;
    font-size: 18px;
    font-family: Source Han sans-serif;
    font-family: Source Han Sans;
    font-weight: 600;
    line-height: 25px;
    color: #0099AD;
    margin-bottom: 10px;
}

#home .paperCase .content ul li>div:nth-child(1)>p:nth-child(2) {
    height: 17px;
    font-size: 12px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 17px;
    color: #AAAAAA;
}

#home .paperCase .content ul li>div:nth-child(2) p:nth-child(1),
#home .paperCase .content ul li>div:nth-child(2) p:nth-child(2) {
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    margin-bottom: 8px;
}

#home .paperCase .content ul li>div:nth-child(2) p:nth-child(3) {
    height: 17px;
    font-size: 12px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 17px;
    color: #aaaaaa;
}

#home .paperCase .content ul li>div:nth-child(3)>a {
    padding-bottom: 8px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    display: block;
}

#home .paperCase .content ul li>div:nth-child(3)>p:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
}

#home .paperCase .content ul li>div:nth-child(4)>p {
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
    margin-bottom: 18px;
}

#home .paperCase .content ul li>div:nth-child(4) a {
    height: 17px;
    font-size: 12px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 17px;
    color: #0099AD;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#home .paperCase .content ul li>div:nth-child(5) p {
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
    margin-top: 0px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
    background-color: none !important;
}

#home .paperCase .content ul li>div:nth-child(5) span {
    background-color: none !important;
}

#home .paperCase .content::-webkit-scrollbar {
    width: 4px;
}

#home .paperCase .content::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eeeeee;
}

#home .paperCase .content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #CCCCCC;
}

#home .information .topOption {
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #DDDDDD;
}

/* #home .information .topOption::after {
 position: absolute;
 bottom: 0;
 display: block;
 content: "";
 height: 1px;
 width: 100%;
 background: #DDDDDD;

} */

#home .information .topOption .option {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

#home .information .topOption .option p {
    height: 40px;
    font-size: 28px;
    font-family: Source Han Sans;
    font-weight: 600;
    line-height: 40px;
    color: #333333;
    margin-right: 48px;

}

#home .information .topOption .option li {
    font-size: 16px;
    line-height: 35px;
    color: #333333;
    margin-right: 47px;
    cursor: pointer;
    font-family: Source Han Sans;
    font-weight: 600;
}

#home .information .topOption .option .active {
    color: #0099AD;
    position: relative;
}

#home .information .topOption .option .active::after {
    display: block;
    content: "";
    width: 64px;
    height: 4px;
    background: #0099AD;
    border-radius: 2px;
    position: absolute;
    bottom: -1px;
}

#home .information .topOption .more>a {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    display: flex;
    align-items: center;
    padding: 17px 0;
}

#home .information .topOption .more:hover>a {
    color: #0099AD;
}

#home .information .topOption .more>a::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url("../../img/right1.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 4px;
}

#home .information .topOption .more:hover>a::after {
    background: url("../../img/home14.png") no-repeat;
    background-size: 100% 100%;

}

#home .information .bigCard {
    margin-top: 30px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
}

#home .information .bigCard .listBox {
    width: 552px;
    height: 330px;
    border-radius: 8px;
}

#home .information .bigCard .imgBox {
    width: 600px;
    height: 330px;
    border-radius: 8px;
}

#home .information .bigCard .imgBox>img {
    width: 600px;
    height: 330px;
    border-radius: 8px;
}

#home .information .bigCard .listBox .list {
    width: 552px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 14px;
    position: relative;
    display: block;
}

#home .information .bigCard .listBox .list>p:nth-child(1) {
    width: 520px;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

#home .information .bigCard .listBox .list:hover>p:nth-child(1) {
    color: #333333;

}

/* #home .information .bigCard .listBox .list:hover {
 background: #f7f7f7;
} */

#home .information .bigCard .listBox .active::before {
    display: inline-block;
    content: "";
    width: 9px;
    height: 12px;
    background: url("../../img/triangle1.png?v1.1");
    background-size: 100% 100%;
    position: absolute;
    top: 19px;
    left: -4px;
}

#home .information .bigCard .listBox .list .praise {
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

/* #home .information .bigCard .listBox .list:hover .praise {
 display: flex;
} */

#home .information .bigCard .listBox .active .praise {
    display: flex;
}

#home .information .bigCard .listBox .active {
    background-color: #f7f7f7
}

#home .information .bigCard .listBox .list .praise .nocheck {
    width: 14px;
    height: 14px;
    background: url("../../img/forward1.png");
    background-size: 100% 100%;
    cursor: pointer;
}

#home .information .bigCard .listBox .list .praise .check {
    width: 14px;
    height: 14px;
    background: url("../../img/forward2.png");
    background-size: 100% 100%;
    cursor: pointer;
}

#home .information .bigCard .listBox .list .praise .time {
    height: 18px;
    font-size: 13px;
    line-height: 18px;
    color: #999999;
}

.myscroll {
    width: 291px;
    height: 240px;
    margin: 0 auto;
    overflow: hidden;
}


.myscroll a {
    color: #333;
    text-decoration: none;
}

.myscroll a:hover {
    color: #ED5565;
    text-decoration: underline;
}

.dialog-view {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2000;
}

.dialog-view .main {
    width: 605px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dialog-view .main .tContent {
    display: block;
    width: 605px;
    height: 605px;
    background: url(/static/v2/img/home/homeCouponBg.webp) no-repeat;
    background-size: 100% 100%;
    padding-top: 179px;
    position: relative;

}

.dialog-view .main .tContent .p1 {
    margin: 0 auto;
    width: 376px;
    height: 23px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #FFF5EF;
    line-height: 23px;
    text-align: center;
}

.dialog-view .main .tContent .p2 {
    height: 73px;
    margin: 39px auto 0;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 24px;
    color: #EE4E17;
    line-height: 35px;
    text-shadow: 0px 1px 0px #FFC7CF;
    text-align: center;
}

.dialog-view .main .tContent .p2>span {
    font-family: DIN, DIN;
    font-weight: 400;
    font-size: 60px;
    color: #EE4E17;
    line-height: 73px;
    text-shadow: 0px 4px 0px #FFC7CF;
    text-align: center;

}

.dialog-view .main .tContent .p2>.tp {
    font-size: 32px;
}

.dialog-view .main .tContent .p3 {
    margin: 10px auto 0;
    height: 24px;
    font-family: DIN, DIN;
    font-weight: 400;
    font-size: 20px;
    color: #EE4E17;
    line-height: 24px;
    text-shadow: 0px 1px 0px #FFC7CF;
    text-align: center;
}

.dialog-view .main .tContent .p4 {
    margin: 52px auto 0;
    width: 229px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dialog-view .main .tContent .p4 .txt1 {
    width: 22px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #EE4E17;
    line-height: 20px;
    text-align: center;

}

.dialog-view .main .tContent .p4 .txt2 {
    width: 32px;
    height: 32px;
    font-family: DIN, DIN;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 29px;
    text-align: center;
    background: linear-gradient(180deg, #FB5C0B 0%, #E93404 54%, #F8600C 100%);
    border-radius: 4px;
}

.dialog-view .main .tContent .p4 .wid1 {
    width: 52px !important;
}

.dialog-view .main .tContent .btn {
    margin: -12px auto 0;
    width: 270px;
    height: 128px;
    background: url('https://ceshigo.oss-cn-hangzhou.aliyuncs.com/miniorder/1206qorders.gif') no-repeat;
    background-size: 100% 100%;
}

.dialog-view .main .tContent .close2 {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    background: url('https://ceshigo.oss-cn-hangzhou.aliyuncs.com/miniorder/1206homeCloseBtn.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.bottomNav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1200;
    width: 100vw;
    background: url('/static/v2/img/home/homeBnav.png') no-repeat;
    background-size: 100% 65px;
    background-position: bottom center;
}

.bottomNav .cenBox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.bottomNav .cenBox .viewL {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 26px;
}

.bottomNav .cenBox .viewL>img {
    width: 271px;
    height: 85px;
}

.bottomNav .cenBox .viewL>p {
    height: 29px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 29px;
    text-shadow: 1px 1px 0px #8F2817;
    text-align: center;
}

.bottomNav .cenBox .viewL>p>span {
    display: inline-block;
    margin: 2px 0;
    font-family: DIN, DIN;
    font-weight: 700;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 37px;
}

.bottomNav .cenBox .viewR {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

.bottomNav .cenBox .viewR .timebox {
    padding-top: 4px;
    width: 228px;
    height: 65px;
    background: url('/static/v2/img/home/time.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bottomNav .cenBox .viewR .timebox .txt1 {
    width: 22px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #EE4E17;
    line-height: 20px;
    text-align: center;

}

.bottomNav .cenBox .viewR .timebox .txt2 {
    width: 32px;
    height: 32px;
    font-family: DIN, DIN;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 29px;
    text-align: center;
    border-radius: 4px;
}

.bottomNav .cenBox .viewR .timebox .wid1 {
    padding-left: 10px;
    width: 58px !important;
}

.bottomNav .cenBox .viewR .rBtn {
    width: 150px;
    height: 51px;
    background: url('/static/v2/img/home/rBtn.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.bottomNav .close4 {
    position: absolute;
    right: 60px;
    top: 60%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.bottomNav2 {
    position: fixed;
    bottom: 72px;
    right: 136px;
    z-index: 1200;
    height: 30px;
    background: linear-gradient(180deg, #FFE1CB 0%, #FFFFFF 100%);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1608);
    border-radius: 15px 15px 15px 15px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.bottomNav2 .close3 {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('/static/v2/img/home/icon2.png') no-repeat;
    background-size: 100% 100%;
    top: -20px;
    right: -8px;
    cursor: pointer;
}

.bottomNav2 .bLeft {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 350;
    font-size: 12px;
    color: #333333;
    line-height: 30px;
}

.bottomNav2 .bLeft img {
    display: block;
    margin-right: 4px;
    width: 40px;
    height: 40px;
}

.bottomNav2 .bLeft span {
    display: inline-block;
    height: 22px;
    background: linear-gradient(51deg, #FFFFFF 0%, #FFFFFF 42%, #FBE7F0 72%, #D5F3E9 100%);
    box-shadow: 0px 2px 0px 0px #FCAE90;
    font-family: DIN, DIN;
    font-weight: 700;
    font-size: 18px;
    color: #6D2216;
    line-height: 22px;
    text-align: center;
    padding: 0 12px;
    margin-left: 4px;
    margin-bottom: 4px;
}

.bottomNav2 .rBight {
    display: flex;
    justify-content: flex-end;
    font-family: DIN, DIN;
    font-weight: 400;
    font-size: 16px;
    color: #8F2817;
    line-height: 30px;
}

.bottomNav2 .rBight .rbtn2 {
    display: block;
    width: 78px;
    height: 26px;
    margin-left: 4px;
    margin-top: 2px;
    cursor: pointer;
}